home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 8442 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: news-m01.ny.us.ibm.net!usenet
  2. From: schlaep@ibm.net (Patrick Schlaepfer)
  3. Newsgroups: comp.lang.c++
  4. Subject: Attaching prop VC++ 4.0
  5. Date: Sun, 18 Feb 1996 15:17:30 GMT
  6. Message-ID: <4g7e32$6aa@news-s01.ny.us.ibm.net>
  7. NNTP-Posting-Host: slip139-92-18-131.pt.uk.ibm.net
  8. X-Newsreader: Forte Free Agent 1.0.82
  9.  
  10. I do have a *strange* behavior of the VC++ 4.0
  11. editor.
  12.  
  13. If I cutomize a dialog, inserting controls
  14. such as buttons or tables, and attaching
  15. a properties to a button as follows:
  16.  
  17. Object    Property    Setting
  18. Edit Box    ID    IDC_TEST_EDIT
  19.  
  20.  
  21. it won't be displayed in the MFC ClassWizard
  22. all I get is IDCANCEL and IDOK in the member
  23. varibles.
  24.  
  25. I edited the DIALOG as follows
  26.  
  27. 1. Delete OK and EXIT edit box and TODO:..
  28.  
  29. 2. Inserted some Edit boxes.
  30.  
  31. Then I check wether there is an entry
  32. but there's nothing
  33.  
  34. What's going on?
  35.  
  36. I followed step by step the 2 lesson in
  37. Teach yourself VC++ 4.0 in 21 days.
  38.  
  39. Anyone has the same result?
  40.  
  41. CU
  42. Pat
  43.  
  44. ------------------------------------------------
  45.     _/   _/  _/_/_/     Patrick Schlaepfer
  46.    _/_/ _/    _/        Schulstrasse 12
  47.   _/ _/_/    _/         CH-89262 Bergdietikon
  48.  _/   _/    _/ does it! patrick@schlaepferag.ch
  49.  
  50.